R undocumented/GradeFunctions.R

# This function creates a Grade object for use in creating and modifying Grade objects.
createGradeObject = function(enrollment_id  = NULL, assignment_id  = NULL, grade  = NULL, exception  = NULL, comment  = NULL, timestamp  = NULL, is_final  = NULL, type  = NULL, location  = NULL){
object = as.list(environment()) 
 object = userObject[as.character(userObject) != "NULL"] 
 return(userObject) 
 }
sterfa02/SchoologyAPI documentation built on Jan. 10, 2023, 11:27 p.m.